home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Pacifier Press Kit
/
The Pacifier Press Kit.iso
/
pc
/
Program.dxr
/
Internal_57_VideoTF.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-02-15
|
227 b
|
20 lines
global VideoTyper
on mouseDown
cursor(0)
sound(3).play(member("Click"))
if VideoTyper = 1 then
go("VidRetn")
else
go("VidGo")
end if
end
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end